@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
body{
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	}
dl,dt,dd{padding:0;margin:0;}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}

/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/** header **/
.header{
	width: 100%;
	height: auto;
}
.header_bar{
	height: auto;
	line-height: 25px;
	background: #f8f8f8;
	padding:5px 0;
	font-size: 13px;
	color: #999;
}
.bar_left{
	height: auto;
}
.bar_right{
	height: auto;
}
.bar_right ul{
	height: auto;
	float: right;
}
.bar_right ul li{
	float: left;
	color: #ddd;
}
.bar_right ul li a{
	padding:0 10px;
	color: #999;
}
.bar_right ul li a:hover{
	color: #da251c;
}
.bar_right ul li img{
	margin-right: 8px;
	vertical-align: baseline;
}
#yuyan a{
	color: #da251c;
}
/** header **/
/** header_con **/
.header_con{
	height: auto;
	padding:15px 0;
}
.header_left{
	height: auto;
}
.logo{
	height: auto;
	float: left;
}
.logo img{
	height: 80px;
}
.logo_sg{
	width: 1px;
	height: 60px;
	background: #f1f1f1;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}
.logo_wz{
	height: auto;
	float: left;
	margin-top: 5px;
}
.logo_wz01{
	line-height: 35px;
	font-size: 26px;
	color: #333;
}
.logo_wz01 span{
	color: #da251c;
}
.logo_wz02{
	line-height: 30px;
	font-size: 18px;
	margin-top: 5px;
}
.header_right{
	height: auto;
}
.dianhua{
	height: auto;
	float: right;
	margin-top: 10px;
}
.dh_tb{
	float: left;
	width: 56px;
	height: 56px;
	text-align: center;
    line-height: 56px;
    font-size: 36px;
    border: 1px solid #f1f1f1;
    background: #e0e0e0;
    border-radius: 100%;
    color: #da251c;
    margin-top: 4px;
}
.dh_hm{
	height: auto;
	line-height: 28px;
	font-size: 14px;
	float: left;
	margin-left: 15px;
}
.dh_hm span{
	color: #da251c;
	font-size: 20px;
	font-weight: bold;
}

.menu{
	height: auto;
	background: #da251c;
}
.menu ul{
	height: auto;
	border-left: 1px solid #fe4a41;
}
.menu ul li{
	float: left;
	position: relative;
}
.menu_bt{
	height: auto;
}
.menu_bt a{
	display: block;
	line-height: 50px;
	padding:0 50px;
	font-size: 15px;
	color: #fff;
	border-right: 1px solid #fe4a41;
}
.menu_bt a:hover{
	background: #fff;
	color: #da251c;
}
#menu_on .menu_bt a{
	background: #fff;
	color: #da251c;
}

.menu_xl{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50px;
	left:0;
	background: #fff;
	z-index: 999;
	border-top: 1px solid #f1f1f1;
	display: none;
}
.menu_xl a{
	line-height: 45px;
	font-size: 14px;
	color: #444;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}
.menu_xl a i{
	margin-left: 15px;
	color: #999;
}
.menu_xl a:hover{
	
	color: #da251c;
}
.menu_xl a:hover i{
	color: #da251c;
}
/** header_con **/
/** banner **/
.banner{
	height:78.5478vh;
}
.banner .swiper-container{
	height: 100%;
}
/** banner **/
/** sy_search **/
.sy_search{
	height: auto;
	border-bottom: 1px solid #ddd;
	padding:15px 0;
}
.sy_search01{
	height: auto;
	line-height: 35px;
	font-size: 14px;
	color: #ddd;
}
.sy_search01 span{
	color: #666;
	font-weight: bold;
}
.sy_search01 a{
	color: #666;
	padding:0 6px;
}
.sy_search01 a:hover{
	color: #da251c;
}
.sy_search02{
	height: auto;
}
.sysearch{
	height: auto;
	height: 35px;
	border:1px solid #ddd;
	border-radius: 30px;
	line-height: 30px;
}
.sysearch01{
	 height: 35px;
}
.sysearch01 input{
	width:100%;
    background: none;
    height: 35px;
    color: #666;
    line-height: 35px;
    border:none;
}
.sysearch01 input::-webkit-input-placeholder{
    color: #999;
}
.sysearch02{
	 height: 35px;
	padding:0;
}
.sysearch02 input{
	width: 100%;
    background: url(../images/sosousuo.png) no-repeat center center;
    height: 35px;
    cursor: pointer;
    border: none;
}
/** sy_search **/
/** sy_pro **/
.sy_pro{
	height: auto;
	padding:50px 0;
	position: relative;
}
.sy_pro::after{
	content: "";
	width: 100%;
	height: 35%;
	background: #da251c;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: -1;
}
.sy_bt{
	height: auto;
	text-align: center;
}
.sy_bt01{
	line-height: 40px;
	font-size: 36px;
	color: #999;
	text-transform: capitalize;
}
.sy_bt02{
	line-height: 35px;
	font-size: 30px;
	color: #111;
}

.sy_pro1{
	height: auto;
	margin-top: 50px;
	position: relative;
}
.tuijian{
	width: 100%;
	height: auto;
}
.tuijian_left{
	height: auto;
}
.tuijian_tp{
	height: auto;
	border:1px solid #eee;
	padding:30px;
	position: relative;
    overflow: hidden;
}
.tuijian_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.tuijian_tp a:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.tuijian_bt{
	height: auto;
	margin-top: 30px;
}
.tuijian_bt a{
	display: block;
}
.tuijian_bt01{
	line-height: 25px;
	font-size: 16px;
	color: #999;
}
.tuijian_bt02{
	line-height: 35px;
	font-size: 24px;
	color: #111;
}
.tuijian_bt a:hover .tuijian_bt01{
	color: #444;
}
.tuijian_bt a:hover .tuijian_bt02{
	color: #da251c;
}
.tuijian_tm{
	line-height: 25px;
	font-size: 16px;
	color: #999;
	margin-top: 15px;
}
.tuijian_nr{
	height: auto;
	line-height: 28px;
	font-size: 15px;
	margin-top: 10px;
	color: #777;
	overflow-y: auto;
	padding-right: 15px;
}
.tuijian_nr p{
	margin:0;
}
.tuijian_right{
	height: auto;
	padding-left: 50px;
}
.tuijian_more{
	width: 160px;
	height: auto;
	margin-top: 30px;
	margin-left: 0;
}
.tuijian_more1{
	margin-top: 30px;
}
.tuijian_more a{
	line-height: 40px;
	font-size: 14px;
	display: block;
	text-align: center;
	background: #da251c;
	color: #fff;
	text-transform: capitalize;
}
.tuijian_nr::selection {background: #eee ; color: white ; text-shadow: none ; }
.tuijian_nr::-webkit-scrollbar-track-piece{width:10px;background-color:#eee;}
.tuijian_nr::-webkit-scrollbar{width:3px;height:6px}
.tuijian_nr::-webkit-scrollbar-thumb{height:50px;background: #666;}
.tuijian_nr::-webkit-scrollbar-thumb:hover{background:#da251c}

.sy_pro1 .swiper-button-prev, .sy_pro1 .swiper-container-rtl .swiper-button-next{
	left:-60px;
}
.sy_pro1 .swiper-button-next, .sy_pro1 .swiper-container-rtl .swiper-button-prev {
	right: -60px;
}
.tuijian_more a:hover{
	background: #111;
}

.sy_pro2{
	height: auto;
	margin-top:50px;
}
.sy_pro2 ul{
	height: auto;
}
.sy_pro2 ul li{
	height: auto;
	margin-bottom: 30px;
}
.sy_pro2 ul li a{
	display: block;
	background: #f0f0f0;
	padding:20px;
}
.cp_tp{
	height: auto;
	position: relative;
    overflow: hidden;
    padding: 15px;
    background: #fff;
}
.cp_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.cp_bt{
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
color: #888;
}
.cp_bt1{
	line-height: 25px;
	font-size: 16px;
	color: #111;
	text-align: center;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.sy_pro2 ul li a:hover{
	background: #da251c;
}
.sy_pro2 ul li a:hover .cp_bt{
	color: #eee;
}
.sy_pro2 ul li a:hover .cp_bt1{
	color: #fff;
}
.sy_pro2 ul li a:hover .cp_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/** sy_pro **/
/** sy_case **/
.sy_case{
	height: auto;
	padding:50px 0;
}
.sy_case .container{
	width: 100%;
}
.syal_box{
	height: auto;
	margin-top: 50px;
}
.syal_zj{
	width: 100%;
	height: auto;
}
.syal_zj a{
	display: block;
}
.case_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.case_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.case_bt{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
}
.syal_zj a:hover .case_bt{
	background: #da251c;
	color: #fff;
}
.syal_zj a:hover .case_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/** sy_case **/
/** sy_youshi **/
.sy_youshi{
	height: auto;
	padding:50px 0;
	background: url(../images/youshi.jpg) center center no-repeat fixed;
	background-size: cover;
}
.sy_youshi .sy_bt01{
	color: #ccc;
}
.sy_youshi .sy_bt02{
	color: #fff;
}
.ys_box{
	height: auto;
	margin-top: 50px;
}
.ys_box ul{
	height: auto;
}
.ys_box ul li{
	height: auto; 
}
.yszj{
	height: auto;
	background: #fff;
	padding:30px 15px;
	text-align: center;
}
.ys_tb{
	width: 45%;
	height: auto;
	border:1px solid #eee;
	padding:8%;
	border-radius: 100%;
	-moz-transform: perspective(0px) rotateY(0deg);
  -webkit-transform: perspective(0px) rotateY(0deg);
  transform: perspective(0px) rotateY(0deg);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.ys_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	margin-top: 10px;
}
.ys_bt1{
	line-height: 20px;
    font-size: 13px;
    color: #d0cece;
	text-transform: capitalize;
}
.ys_wzjs{
	line-height: 22px;
	color: #888;
	margin-top: 10px;
	font-size: 13px;
}
.ys_box ul li:hover .ys_tb{
	-moz-transform: perspective(800px) rotateY(360deg);
-webkit-transform: perspective(800px) rotateY(360deg);
transform: perspective(800px) rotateY(360deg);
transition: all 1s;
-webkit-transition: all 1s;
}
/** sy_youshi **/
/** sy_ab **/
.sy_ab{
	height: auto;
	padding:50px 0;
}
.syab_box{
	height: auto;
	margin-top: 50px;
}
.syab_box01{
	height: auto;
	padding:0;
	width: 41.112%;
	position: relative;
    margin-top: 40px;
    background: #da251c;
    height: 100%;
}
.about_tp{
	width: 556px;
    position: relative;
    left: 45px;
    top: -40px;
}
.syab_box02{
	height: auto;
	padding:0;
	background: #ffffff;
    width: 51.5%;
    margin-left: 7.388%;
    box-shadow: 0 1px 18px 1px rgba(54,62,69,0.6);
    padding: 60px 80px;
    margin-top: 40px;
    height: 440px;
}
.syab_box02 h4{
	line-height: 26px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.syab_nr{
	margin: 25px 0 40px 0;
    line-height: 36px;
    color: #666666;
    font-size: 16px;
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.syab_nr p{
	margin:0;
}
.about_more{
	width: 184px;
    height: 44px;
    background: #363e45;
    line-height: 44px;
    color: #ffffff;
    display: block;
    padding: 0 15px;
    position: relative;
    margin-left: 0;
}
.about_more a{
	color: #ffffff;
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.about_more a b{
	float: right;
    font-weight: bold;
    line-height: 44px;
    font-size: 20px;
}
.about_more::after{
	position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    content: "";
    height: 0;
    border-top: 44px solid #da251c;
    border-left: 28px solid transparent;
    transition: all 0.5s ease;
}
.about_more:hover::after{background:#da251c; width:100%; height:100%;}
/** sy_ab **/
/** sy_news **/
.sy_news{
	height: auto;
	padding:50px 0;
	background: #f0f0f0;
}
.syxw_fl{
	height: auto;
	margin-top: 35px;
}
.syxw_fl ul{
	height: auto;
	text-align: center;
}
.syxw_fl ul li{
	display: inline-block;
	margin:0 5px;
}
.syxw_fl ul li a{
	display: block;
	line-height: 35px;
	font-size: 14px;
	background: #363e45;
	padding:0 30px;
	color: #fff;
}
.syxw_fl ul li a:hover{
	background: #da251c;
}
.syxw_fl ul li.fl_active a{
	background: #da251c;
}
.syxw_box{
	height: auto;
	margin-top: 35px;
}
.syxw_list{
	height: auto;
	display: none;
}
.list_active{
	display: block;
}
.syxw_list ul{
	height: auto;
}
.syxw_list ul li{
	height: auto;
	margin-bottom: 30px;
}
.syxw_list ul li a{
	display: block;
	width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.span_left{
	float: left;
    width: 20%;
    position: relative;
    color: #ffffff;
    padding:0;
}
.span_left i{
	padding: 30px 20px 10px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    z-index: 2;
}
.span_left .b_e{
	position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 48px;
    display: block;
    padding: 0 20px;
    line-height: 40px;
}
.span_left::after{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 160px;
    height: 0;
    border-bottom: 120px solid #dfdfdf;
    border-right: 78px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.span_right{
	float: left;
    width: 80%;
    padding: 20px 28px 20px 45px;
}
.h4_e{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 20px;
    display: block;
    color: #333333;
}
.p_e{
	line-height: 24px;
    margin-top: 12px;
    font-size: 14px;
    color: #666666;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.syxw_list ul li a:hover{
	background: #363e45;
}
.syxw_list ul li a:hover .h4_e{
	color: #fff;
}
.syxw_list ul li a:hover .p_e{
	color: #ccc;
}
.syxw_list ul li a:hover .span_left::after{
	border-bottom: 120px solid #da251c;
}
/** sy_news **/
/** link **/
.link{
	height: auto;
	padding:50px 0;
}
.link_box{
	height: auto;
	border:1px solid #ddd;
	padding:30px 30px;
	position: relative;
}
.link_bt{
	position: absolute;
	top:-15px;
	left:30px;
	line-height: 30px;
	background: #fff;
	padding: 0 15px;
	font-size: 18px;
	color: #111;
}
.link_bt i{
	color: #da251c;
	margin-right: 10px;
}
.link_box ul{
	height: auto;
}
.link_box ul li{
	line-height: 25px;
	color: #ddd;
	float: left;
}
.link_box ul li a{
	color: #999;
	padding:0 15px;
	font-size: 14px;
}
.link_box ul li a:hover{
	color: #da251c;
}
/** link **/
/** footer **/
.footer{
	height: auto;
}
.footer01{
	height: auto;
	background: #363e45;
	padding:30px 0;
}
.footer_menu{
	height: auto;
}
.footer_bt{
	line-height: 35px;
	font-size: 17px;
	color: #fff;
	border-bottom: 1px solid #495158;
	padding-bottom: 5px;
	margin:0 15px;
}
.footer_menu ul{
	height: auto;
	margin-top: 15px;
}
.footer_menu ul li{
	height: auto;
}
.footer_menu ul li a{
	line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px dotted #495158;
    padding-bottom: 5px;
}
.footer_menu ul li a i{
	margin-right: 10px;
}
.footer_menu ul li a:hover{
	color: #da251c;
}
.footer_lxxx{
	height: auto;
}
.footer_info{
	height: auto;
	margin-top: 15px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	padding:0 15px;
}
.footer_info a{
	color: #fff;
}
.footer_info p{
	margin:0;
}
.footer_info p i{
	margin-right: 5px;
	width: 15px;
}
.footer_info p .fa-mobile{
	font-size: 20px;
}
.footer_info p .fa-map-marker{
	font-size: 16px;
}
.footer_info h4{
	line-height: 30px;
	font-size: 16px;
}
.footer_gz{
	height: auto;
}
.footer_ewm{
	width: 70%;
	height: auto;
	margin-top: 20px;
}
.footer02{
	background: #da251c;
	padding:5px 0;
	line-height: 25px;
	color: #fff;
	font-size: 13px;
}
.banquan {
    height: auto;
}
.jszc {
    height: auto;
    text-align: right;
}
.footer02 p {
    margin: 0;
}
.footer02 a {
    color: #fff;
}
/** footer **/
/** ny_banner **/
.ny_banner{
	height:auto;
}
.mbxdh{
	color: #888;
}
.mbxdh i{
	margin-right: 5px;
	color: #999;
}
.mbxdh a{
	padding-left: 0;
}
/** ny_banner **/
/** inner_box **/
.inner_box{
	height: auto;
	padding:50px 0;
}
.inner_bt{
	height: auto;
	text-align: center;
}
.inner_bt01{
	line-height: 35px;
	font-size: 30px;
	color: #111;
}
.inner_bt02{
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #da251c;
	display: inline-block;
	padding:0 15px;
	margin-top: 15px;
}
.inner_btsg{
	width: 2px;
	height: 30px;
	background: #da251c;
	margin-top: 15px;
}
.inner_ab{
	height: auto;
	margin-top: 35px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.inner_ab img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.inner_ry{
	height: auto;
	margin-top: 35px;
	padding:80px;
	background: url(../images/inner_ry.jpg) center center no-repeat;
	background-size: cover;
}
.inner_ry ul{
	height: auto;
}
.inner_ry ul li{
	height: auto;
}
.rytp{
	height: auto;
}

.inner_fl{
	height: auto;
	margin-top: 15px;
}
.inner_fl ul{
	height: auto;
	text-align: center;
}
.inner_fl ul li{
	display: inline-block;
	margin:5px 5px;
}
.inner_fl ul li a{
	line-height: 35px;
    font-size: 14px;
    background: #363e45;
    padding: 0 30px;
    color: #fff;
}
.inner_fl ul li a:hover{
	background: #da251c;
}
#infl_on a{
	background: #da251c;
}
.inner_pro{
	margin-top: 35px;
	margin-bottom: 10px;
}

.page{
	height: auto;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:0 5px;
}
.page ul li a{
	border:1px solid #eee;
	font-size: 15px;
	border-radius: 100%;
	padding:9px 15px;
	color: #444;
	font-weight: bold;
}
.page ul li.syxy a{
	border-radius: 30px;
	padding:9px 30px;
}
.page ul li a:hover{
	background: #da251c;
	color: #fff;
}
#page_on a{
	background: #da251c;
	color: #fff;
}
#page_on{
	border:1px solid #eee;
	font-size: 15px;
	border-radius: 100%;
	padding:9px 15px;
	color: #444;
	font-weight: bold;
	background: #da251c;
	color: #fff;
}

.inner_case{
	height: auto;
	margin-top: 35px;
	margin-bottom: 10px;
}
.inner_case ul{
	height: auto;
}
.inner_case ul li{
	height: auto;
	margin-bottom: 30px;
}

.inner_news{
	height: auto;
	margin-top: 35px;
	margin-bottom: 10px;
}


.message_box{
	height: auto;
	margin-top: 35px;
}
.message_box ul{
	height: auto;
}
.message_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.message_box ul li input{
	width: 100%;
	line-height: 50px;
	padding:0 15px;
	outline: none;
	background: #f1f1f1;
	border:none;
	font-size: 14px;
	color: #999;
}
.message_box ul li textarea{
	width: 100%;
	line-height: 35px;
	padding:10px 15px;
	outline: none;
	background: #f1f1f1;
	border:none;
	font-size: 14px;
	height: 300px;
	color: #999;
}
.tijiao{
	background: #da251c !important;
	color: #fff !important;
}
.tijiao:hover{
	background: #efb247 !important;
}
.tianxie{
	background: #363e45 !important;
	color: #fff !important;
}
.tianxie:hover{
	background: #da251c !important;
}


.inner_map{
	height: 400px;
	margin-top: 35px;
}
#dituContent{
	width: 100%;
	height: 100%;
	border:1px solid #ddd;
}
.inner_contact{
	height: auto;
	margin-top: 35px;
}
.inner_contact01{
	height: auto;
}
.contact_ewm{
	height: auto;
	border: 1px solid #ddd;
}
.inner_contact02{
	height: auto;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding-left: 50px;
}
.inner_contact02 h4{
	line-height: 45px;
    font-size: 20px;
    font-weight: bold;
}
.inner_contact02 p{
	margin:0;
}
.inner_contact02 a{ color: #333;}
.inner_contact02 p i{
	margin-right: 10px;
    width: 20px;
    color: #da251c;
    font-size: 20px;
}
.inner_contact02 p .fa-mobile{
	font-size: 24px;
}

.product_dot{
	height: auto;
}
.tuijian_nr1{
	height: auto;
	line-height: 28px;
	font-size: 15px;
	margin-top: 10px;
	color: #777;
	overflow-y: auto;
	padding-right: 15px;
}
.tuijian_nr1 p{
	margin:0;
}
.tuijian_nr1::selection {background: #eee ; color: white ; text-shadow: none ; }
.tuijian_nr1::-webkit-scrollbar-track-piece{width:10px;background-color:#eee;}
.tuijian_nr1::-webkit-scrollbar{width:3px;height:6px}
.tuijian_nr1::-webkit-scrollbar-thumb{height:50px;background: #666;}
.tuijian_nr1::-webkit-scrollbar-thumb:hover{background:#da251c}

.prodot_fl{
	height: auto;
	margin-top: 35px;
	padding:0 15px;
}
.prodot_fl ul{
	height: auto;
	border-bottom: 1px solid #eee;
}
.prodot_fl ul li{
	float: left;
	margin-right: 10px;
}
.prodot_fl ul li a{
	display: block;
    line-height: 35px;
    font-size: 15px;
    background: #363e45;
    padding: 0 30px;
    color: #fff;
}
.prodot_fl ul li a:hover{
	background: #da251c;
}
.prodot_fl ul li.cpfl_active a{
	background: #da251c;
}
.prodot_xqjs{
	height: auto;
	margin-top: 20px;
	padding:0 15px;
}
.xqjs_pro{
	height: auto;
	display: none;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.xqjs_pro img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.cpxq_active{
	display: block;
}
.xqjs_pro table{
	height: auto;
	width: 100%;
	text-indent: 0;
	margin:30px 0;
}
.xqjs_pro table tr{}
.xqjs_pro table td{
	border:1px solid #ddd;
	padding:5px 15px;
}

.spxp_box{
	height: auto;
	margin-top: 50px;
	line-height: 30px;
	font-size: 14px;
	color: #777;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.spxp_box a{
	color: #777;
}
.spxp_box a:hover{
	color: #da251c;
}
.spxp_box01{
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.spxp_box02{
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	text-align: right;
}

.fanhui{
	margin: 30px auto 0;
}

.inner_tuijian{
	height: auto;
	padding:50px 0;
	background: url(../images/inner_tuijian.jpg) center center no-repeat fixed;
	background-size: cover;
}
.nytj_bt{
	line-height: 35px;
	font-size: 30px;
	color: #fff;
}
.nytj_bt i{
	margin-right: 15px;
	color: #da251c;
}
.nytj_con{
	height: auto;
}
.nytj_con .sy_pro2{
	margin-top: 35px;
}
.nytj_con .sy_pro2 ul li{
	margin-bottom: 15px;
}

.news_dot{
	height: auto;
}
.dot_title{
	line-height: 35px;
	font-size: 30px;
	color: #111;
	text-align: center;
}
.dot_fb{
	padding:5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
	color: #999;
}
.dot_xqjs{
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	margin-top: 30px;
}
.dot_xqjs img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.nytj_con .syxw_list{
	margin-top: 35px;
}


/** inner_wzdt **/
.inner_wzdt{
	height: auto;
	margin-top: 30px;
}
.inner_wzdt ul{
	height: auto;
}
.inner_wzdt ul li{
	height: auto;
	border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.inmap_bt{
	height: auto;
}
.inmap_bt a{
	line-height: 35px;
    font-size: 18px;
    color: #111;
}
.inmap_bt a i{
	margin-right: 10px;
    color: #da251c;
}
.inmap_bt a:hover{
	color: #da251c;
}
.inmap_fl{
	height: auto;
	margin-top: 5px;
}
.inmap_fl a{
	float: left;
    line-height: 25px;
    font-size: 15px;
    margin-right: 25px;
    color: #333;
}
.inmap_fl a i{
	margin-right: 8px;
    color: #da251c;
}
.inmap_fl a:hover{
	color: #da251c;
}
.inmap_fl1{
	height: auto;
	margin-top: 5px;
}
.inmap_fl1a{
	height: auto;
	padding-left: 0;
}
.inmap_fl1a a{
	line-height: 25px;
    font-size: 15px;
    color: #333;
}
.inmap_fl1a a i{
	margin-right: 8px;
    color: #da251c;
}
.inmap_fl1a a:hover{
	color: #da251c;
}
.inmap_fl1b{
	height: auto;
	padding-left: 0;
}
.inmap_fl1b a{
	float: left;
    line-height: 25px;
    font-size: 14px;
    margin-right: 25px;
    color: #444;
}
.inmap_fl1b a span{
	margin-right: 8px;
    color: #999;
}
.inmap_fl1b a:hover{
	color: #da251c;
}
/** inner_wzdt **/

/** inner_box **/



@media (min-width: 1200px) {
	.container{
		width: 1200px;
	}
}


@media (min-width: 1000px) and (max-width: 1199px) {
	.menu_bt a{
		padding: 0 35px;
    	font-size: 14px;
	}
	.logo_wz{
		margin-top: 10px;
	}
	.logo_wz01{
		font-size: 22px;
		line-height: 30px;
	}
	.logo_wz02{
		line-height: 25px;
    	font-size: 16px;
	}
	.dh_hm span{
		font-size: 18px;
	}
	.menu_xl a{
		line-height: 40px;
    	font-size: 13px;
	}
}
@media (min-width: 769px) and (max-width: 999px) {
	.menu_bt a{
		padding: 0 25px;
    	font-size: 13px;
	}
	.header_left{
		padding-right: 0;
	}
	.logo_wz{
		margin-top: 15px;
	}
	.logo_wz01{
		font-size: 18px;
		line-height: 25px;
	}
	.logo_wz02{
		line-height: 20px;
    	font-size: 14px;
	}
	.dh_hm span{
		font-size: 18px;
	}
	.menu_xl a{
		line-height: 40px;
    	font-size: 13px;
	}
	.logo_sg{
		margin-left: 15px;
    	margin-right: 15px;
	}
	.header_right{
		padding-left: 0;
	}
	.dh_tb{
		width: 50px;
    	height: 50px;
    	line-height: 50px;
    	font-size: 30px;
	}
	.bar_left{
		width: 40%;
	}
	.bar_right{
		width: 60%;
	}
}


/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px;}
.navbar-nav li{  border-bottom:1px solid #e5e5e5;}
.navbar-nav li a{ color:#111; font-size: 14px;}
.navbar-nav li a:hover{ color:#da251c;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle {margin-right: 0;}
.navbar-toggle .icon-bar {background-color:#da251c;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#da251c;
	}
	

.logo_boxlist img{
	height: 46px;
	margin-top: 2px;
}	

.ban{
	height: auto;
	margin-top: 50px;
}
.sy_search01{
	display: none;
}
.sy_pro{
	padding:30px 0;
}	
.sy_bt01{
	line-height: 30px;
    font-size: 24px;
}
.sy_bt02{
	line-height: 30px;
    font-size: 22px;
}
.sy_pro1{
	margin-top: 30px;
}
.tuijian_tp{
	padding:15px;
}
.tuijian_right{
	padding-left: 15px;
}
.tuijian_bt{
	margin-top: 15px;
}
.tuijian_bt01{
	line-height: 22px;
    font-size: 14px;
}
.tuijian_bt02{
	line-height: 30px;
    font-size: 18px;
}
.tuijian_more1{
	width: 100%;
}
.about_more{
	height: 40px;
	line-height: 40px;
}
.about_more a{
	font-size: 14px;
}
.tuijian_more1 {
    margin-top: 20px;
}
.about_more::after{
	border-top: 40px solid #da251c;
}
.sy_pro2{
	margin-top: 25px;
}
.sy_pro2 ul{
	padding:0 7px;
}
.sy_pro2 ul li{
	margin-bottom: 15px;
	padding:0 8px;
}
.sy_pro2 ul li a{
	padding: 10px;
}
.cp_bt{
	font-size: 12px;
	margin-top: 10px;
	line-height: 18px;
}
.cp_bt1{
	line-height: 22px;
    font-size: 14px;
}
.sy_pro .sy_pro2 ul li:nth-child( n + 5){
	display: none;
}
.sy_pro::after{
	height: 50%;
}
.sy_case{
	padding:30px 0;
}
.syal_box{
	margin-top: 30px;
	padding:0 15px;
}
.sy_youshi{
	padding:30px 0;
	background: url(../images/youshi1.jpg) center center no-repeat;
    background-size: cover;
}
.ys_wzjs{
	display: none;
}
.ys_bt1{
	display: none;
}
.ys_box{
	margin-top: 35px;
}
.ys_box ul{
	padding:0 7px;
}
.ys_box ul li{
	padding:0 8px;
	margin-bottom: 15px;
}
.ys_bt{
	line-height: 25px;
    font-size: 16px;
}
.yszj{
	padding: 20px 10px;
}
.sy_ab{
	padding:30px 0;
}
.syab_box{
	margin-top: 30px;
	padding:0 15px;
}
.syab_box01{
	width: 91%;
	margin-top: 30px;
}	
.about_tp{
	width: 100%;
	left: 30px;
    top: -30px;
}
.syab_box02{
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
	padding: 30px 30px;
	height: auto;
}
.syab_box02 h4{
	line-height: 25px;
    font-size: 18px;
}
.syab_nr{
	margin: 15px 0 20px 0;
    line-height: 25px;
    font-size: 14px;
    height: 125px;
}
.sy_news{
	padding:30px 0;
}
.syxw_fl{
	margin-top: 20px;
}
.syxw_fl ul{
	padding:0 15px;
}
.syxw_fl ul li{
	margin: 0 3px;
}
.syxw_fl ul li a{
	line-height: 30px;
    font-size: 13px;
    padding: 0 20px;
}
.syxw_box{
	margin-top: 25px;
}
.syxw_list ul li{
	margin-bottom: 15px;
}
.span_left{
	width: 30%;
}
.span_right{
	width: 70%;
	padding: 15px 15px 15px 15px;
}
.h4_e{
	font-size: 16px;
}
.p_e{
	line-height: 22px;
    margin-top: 8px;
    font-size: 13px;
    height: 44px;
}
.span_left i{
	padding: 15px 15px 10px 15px;
	font-size: 14px;
}
.span_left .b_e{
	font-size: 40px;
	padding: 0 15px;
}
.span_left::after{
	border-bottom: 102px solid #dfdfdf;
	width: 120px;
	border-right: 58px solid transparent;
}
.sy_news .syxw_list ul li:nth-child( n + 5){
	display: none;
}

.footer01{
	padding:15px 0;
}
.footer_bt{
	line-height: 25px;
    font-size: 15px;
}
.footer_menu{
	display: none;
}
.footer_info{
	margin-top: 10px;
	font-size: 13px;
}
.footer_info h4{
	line-height: 28px;
    font-size: 14px;
}
.footer_info a:hover{
	color: #da251c;
}
.footer_gz{
	margin-top: 15px;
}
.footer_ewm{
	margin-top: 15px;
	width: 50%;
	margin-left: 15px;
}
.footer02{
	font-size: 12px;
	line-height: 20px;
}


.sjd_zxkf{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
	background: #fff;
	border-top:1px solid #e0e0e0;
	padding:5px 0;
	z-index: 999;
}
.sjd_zxkf ul{
	height: auto;
}
.sjd_zxkf ul li{
	height: auto;
	padding:0;
}
.sjd_zxkf ul li a{
	display: block;
	text-align: center;
	position: relative;
}
.zxkf_line{
	width: 1px;
	height: 20px;
	background: #e0e0e0;
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: 0;
}
.zxkf_tb{
	height: auto;
	line-height: 25px;
	font-size: 20px;
	color: #da251c;
}
.zxkf_tb .fa-mobile{
	font-size: 22px;
}
.zxkf_tb .fa-qq{
	font-size: 18px;
}
.zxkf_bt{
	line-height: 20px;
	font-size: 13px;
}

.warp{
	padding-bottom: 56px;
}

.ny_banner{
	margin-top: 50px;
}
.inner_box{
	padding:30px 0;
}
.inner_bt01{
	line-height: 30px;
    font-size: 22px;
}
.inner_bt02{
	line-height: 22px;
    font-size: 13px;
    padding: 0 15px;
    margin-top: 10px;
}
.inner_btsg{
	height: 25px;
	margin-top: 10px;
}
.inner_ab{
	margin-top: 20px;
	padding:0 15px;
	line-height: 25px;
    font-size: 14px;
}
.inner_ry{
	padding: 30px;
	margin: 15px 15px 0;
}
.inner_ry ul li{
	padding:0 10px;
}
.inner_fl ul li{
	margin:3px 3px;
}
.inner_fl ul{
	padding:0 15px;
}
.inner_fl ul li a{
	line-height: 30px;
    font-size: 13px;
    padding: 0 20px;
}
.page ul li{
	margin:3px 3px;
}
.page ul li a{
	font-size: 12px;
	padding: 7px 12px;
}
#page_on{
	font-size: 12px;
	padding: 7px 12px;
}
.page ul li.syxy a{
	padding:7px 10px;
}

.tuijian_nr2{
	height: auto;
	line-height: 25px;
	font-size: 14px;
	margin-top: 10px;
	color: #777;
	overflow-y: auto;
	padding-right: 0;
}
.tuijian_nr2 p{
	margin:0;
}
.tuijian_tm{
	margin-top: 10px;
}
.prodot_fl{
	margin-top: 25px;
}
.prodot_fl ul li a{
	line-height: 30px;
    font-size: 14px;
    padding: 0 20px;
}
.prodot_xqjs{
	margin-top: 15px;
}
.xqjs_pro{
	    line-height: 25px;
    font-size: 14px;
}
.xqjs_pro table{
	margin: 20px 0;
}
.xqjs_pro table td{
	    padding: 3px 10px;
}
.spxp_box{
	margin-top: 30px;
    line-height: 25px;
    font-size: 13px;
    padding-top: 10px;
}
.spxp_box02{
	text-align: left;
}
.fanhui{
	margin: 20px auto 0;
}
.inner_tuijian{
	padding:30px 0;
	background: url(../images/inner_tuijian1.jpg) center center no-repeat;
    background-size: cover;
}
.nytj_bt{
	line-height: 25px;
    font-size: 20px;
    padding: 0 15px;
}
.nytj_bt i{
	margin-right: 10px;
}
.nytj_con .sy_pro2 {
    margin-top: 20px;
}
.inner_case{
	margin-top: 25px;
	margin-bottom: 5px;
}
.inner_case ul{
	padding:0 7px;
}
.inner_case ul li{
	margin-bottom: 15px;
	padding:0 8px;
}
.case_bt{
	line-height: 25px;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.inner_pro{
	margin-bottom: 5px;
}
.inner_news{
	margin-top: 20px;
    margin-bottom: 5px;
}
.news_dot{
	padding:0 15px;
}
.dot_title{
	line-height: 30px;
    font-size: 22px;
}
.dot_fb{
	padding: 3px 0;
	line-height: 25px;
    font-size: 12px;
    margin-top: 15px;
}
.dot_xqjs{
	line-height: 25px;
    font-size: 14px;
    margin-top: 15px;
}
.nytj_con .syxw_list{
	margin-top: 20px;
}
.message_box{
	margin-top: 25px;
}
.message_box ul li{
	margin-bottom: 10px;
}
.message_box ul li input{
	line-height: 40px;
	font-size: 13px;
}
.message_box ul li textarea{
	line-height: 30px;
    padding: 5px 15px;
    font-size: 13px;
    height: 150px;
}
.inner_map{
	    height: 260px;
    margin-top: 25px;
    padding: 0 15px;
}
.inner_contact{
	margin-top: 20px;
}
.inner_contact02{
	padding-left: 15px;
	line-height: 30px;
    font-size: 14px;
}
.inner_contact02 p i{
	width: 16px;
	font-size: 16px;
}
.inner_contact02 h4{
	line-height: 30px;
    font-size: 16px;
}

.inner_wzdt{
	margin-top: 15px;
	padding:0 15px;
}
.inner_wzdt ul li{
	padding: 5px 0;
}
.inmap_bt a{
	line-height: 30px;
    font-size: 15px;
}
.inmap_fl{
	margin-top: 0;
}
.inmap_fl a{
	font-size: 13px;
}


.inner_contact01{
	margin-top: 15px;
}
.contact_ewm{
	width:60%;
	margin-left: 0;
}

.sjd_yuyan{
	height: auto;
	text-align: center;
	line-height: 40px;
}
.sjd_yuyan00{
	display: inline-block;
}
.sjd_yuyan01{}
.sjd_yuyan02{}
.sjd_yuyansg{
	display: inline-block;
	color: #ddd;
	margin:0 10px;
}
.sjd_yuyan00 a{
	display: block;
	color: #999 !important;
}
.sjd_yuyan00 a img{
	margin-right: 8px;
}
.sjd_yuyan00 a:hover{
	color: #da251c;
}
#sjd_yy a{
	color: #da251c !important;
}
html,body{
	overflow-x: hidden;
}

}
/** 移动端 **/
/** index **/


